-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(i18n): update translations #2421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): update translations #2421
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAutomated translation of ServiceNow tool documentation into 5 languages (German, Spanish, French, Japanese, Chinese) following the merge of PR #2404.
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR as Pull Request #2404
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #2404 (ServiceNow feature)
Repo->>GHA: Trigger translation workflow
GHA->>GHA: Detect English docs changes
GHA->>Lingo: Send English content for translation
Lingo->>Lingo: Translate to 5 languages (de, es, fr, ja, zh)
Lingo->>GHA: Return translated content
GHA->>Repo: Create translated .mdx files
GHA->>Repo: Update i18n.lock with checksums
GHA->>Repo: Create PR #2421 with translations
Repo->>Dev: Notify for review
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 files reviewed, 3 comments
| | Parameter | Typ | Erforderlich | Beschreibung | | ||
| | --------- | ---- | -------- | ----------- | | ||
| | `instanceUrl` | string | Ja | ServiceNow-Instanz-URL \(z. B. https://instance.service-now.com\) | | ||
| | `credential` | string | Nein | ServiceNow OAuth-Anmeldeinformations-ID | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Inconsistent translation of "credential" parameter description. Uses "OAuth-Anmeldeinformations-ID" here but "OAuth-Credential-ID" in lines 73 and 94.
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/servicenow.mdx
Line: 29:29
Comment:
**style:** Inconsistent translation of "credential" parameter description. Uses "OAuth-Anmeldeinformations-ID" here but "OAuth-Credential-ID" in lines 73 and 94.
How can I resolve this? If you propose a fix, please make it concise.| | Paramètre | Type | Requis | Description | | ||
| | --------- | ---- | -------- | ----------- | | ||
| | `instanceUrl` | string | Oui | URL de l'instance ServiceNow \(par exemple, https://instance.service-now.com\) | | ||
| | `credential` | string | Non | ID d'identification OAuth ServiceNow | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Inconsistent translation of "credential" parameter description. Uses "ID d'identification OAuth" here but "ID des identifiants OAuth" in lines 73 and 94.
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/fr/tools/servicenow.mdx
Line: 29:29
Comment:
**style:** Inconsistent translation of "credential" parameter description. Uses "ID d'identification OAuth" here but "ID des identifiants OAuth" in lines 73 and 94.
How can I resolve this? If you propose a fix, please make it concise.|
|
||
| #### 输入 | ||
|
|
||
| | 参数 | 类型 | 必填 | 说明 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Inconsistent table header translations. Uses "说明" (explanation) in some tables and "描述" (description) in others (lines 58, 79, 99). Also uses "必填" vs "是否必填" for "Required".
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/zh/tools/servicenow.mdx
Line: 25:25
Comment:
**style:** Inconsistent table header translations. Uses "说明" (explanation) in some tables and "描述" (description) in others (lines 58, 79, 99). Also uses "必填" vs "是否必填" for "Required".
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.
Summary
Automated translation updates triggered by changes to documentation.
This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.
Original trigger: feat(service-now): added service now block (#2404)
feat(service-now): added service now block
fix: bun lock
improvement: fixed @trigger.dev/sdk imports and removal of sentry blocks
improvement: fixed @trigger.dev/sdk import
improvement: fixed @trigger.dev/sdk import
fix(servicenow): save accessTokenExpiresAt on initial OAuth account creation
docs(servicenow): add ServiceNow tool documentation and icon mapping
fixing bun lint issues
fixing username/password fields
fixing test file for refreshaccesstoken to support instance uri
removing basic auth and fixing undo-redo/store.ts
removed import set api code, changed CRUD operations to CRUD_record and added wand configuration to help users to generate JSON Arrays
Co-authored-by: priyanshu.solanki priyanshu.solanki@saviynt.com
Commit: b7228d5
Workflow: https://github.com/simstudioai/sim/actions/runs/20292471391
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos